home *** CD-ROM | disk | FTP | other *** search
/ HyperLib 1997 Winter - Disc 1 / HYPERLIB-1997-Winter-CD1.ISO.7z / HYPERLIB-1997-Winter-CD1.ISO / オンラインウェア / BUS / DynRisk 68k 4.01 demo.sit / DynRisk-Help.rsrc / TEXT_6201.txt < prev    next >
Text File  |  1996-08-30  |  2KB  |  24 lines

  1. When you specify the 窶廣lgorithm窶 for a node, you establish its most fundamental property. In particular, you answer questions like: Does the node depend on other nodes? If so, is this a functional relationship or a statistical relationship? Does the node contain local values? If so, is this treated in the same way as the different global input values are?
  2.  
  3. Having selected the algorithm of the node, you proceed by specifying other properties such as 窶廾perators窶, 窶廰ocal factor窶, 窶廛istribution窶, and 窶弃arameters窶. Note however, that some of these may be either unavailable or ignored by the node depending on which algorithm you selected. Note also that because of the way DynRisk initialize the algorithm for a node, you typically do not need to set this property unless you need to correct a mistake.
  4.  
  5. DynRisk offers 5 different algorithms:
  6.  
  7.     窶「 Local only
  8.     窶「 Global only
  9.     窶「 Single
  10.     窶「 Double
  11.     窶「 Correlation
  12.  
  13. Local only
  14.  
  15. This algorithm is used for nodes that have no input edges, i.e., 窶廬ndependent窶 nodes. Thus, if you select this option for a node that has input edges, all the input values will simply be ignored.
  16.  
  17. The output value of a node with 窶廰ocal only窶 as algorithm is computed according to the following rule:
  18.  
  19.     Output value = L R
  20.  
  21. where L is the local factor of the node, and R is a random number generated from the distribution of the node. Note, however, that if the node does not include stochastic values, the R-factor is skipped.
  22.  
  23. Whenever you create an 窶廬ndependent窶 node, its algorithm is initialized to be 窶廰ocal only窶.
  24.